home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
comp0_89.lha
/
Feel
/
Boot
/
CBoot
/
standard.old
< prev
next >
Wrap
Text File
|
1993-02-02
|
414b
|
39 lines
;; Eulisp Module
;; Author: pab
;; File: standard.em
;; Date: Thu Dec 17 13:18:54 1992
;;
;; Project:
;; Description:
;;
(defmodule standard
(init
extras0
macros0
error0
numbers
telos1
defs
semaphores
characters
)
()
(expose
init
extras0
macros0
error0
numbers
telos1
defs
semaphores
characters
)
(deflocal *Hack* 1)
;; end module
)